home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / Clinic / WebBrowserForm.dfm / WebBrowserForm.txt
Encoding:
Text File  |  1999-10-19  |  875 b   |  33 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 126
  4.   Width = 460
  5.   Height = 304
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Browser: TWebBrowser
  18.     Left = 0
  19.     Top = 0
  20.     Width = 452
  21.     Height = 277
  22.     Align = alClient
  23.     TabOrder = 0
  24.     OnBeforeNavigate2 = BrowserBeforeNavigate2
  25.     ControlData = {
  26.       4C000000B72E0000A11C00000100000005000000000000000000000000000000
  27.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  28.       2B2E126208000000000000004C0000000114020000000000C000000000000046
  29.       0000000000000000000000000000000000000000000000000000000000000000
  30.       000000000000000001000000000000000000000000000000}
  31.   end
  32. end
  33.